add visible_horizontal, visible_vertical. (gtk_action_class_init) : here.
authorJody Goldberg <jody@gnome.org>
Fri, 2 Jan 2004 23:14:28 +0000 (23:14 +0000)
committerJody Goldberg <jody@src.gnome.org>
Fri, 2 Jan 2004 23:14:28 +0000 (23:14 +0000)
commit9acc941959dfb420645e8ba033a2b15ce0821c16
tree7ef30ec4135c6be6dbc3a8f734af0c25ecdda9db
parentdf6a099ea9c099e304af7e75fc22d00a1c538b54
add visible_horizontal, visible_vertical. (gtk_action_class_init) : here.

2004-01-01  Jody Goldberg <jody@gnome.org>

* gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
  visible_vertical.
(gtk_action_class_init) : here.
(gtk_action_init) : here.
(gtk_action_set_property) : here.
(gtk_action_get_property) : here.
(connect_proxy) : and here.

2003-12-30  Jody Goldberg <jody@gnome.org>

* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
  utility routine for use in derived GtkActions with the replicated code
  from.
(gtk_action_group_add_actions_full) : here.
(gtk_action_group_add_toggle_actions_full) : here.
(gtk_action_group_add_radio_actions_full) : and here.

2003-12-24  Jody Goldberg <jody@gnome.org>

* gtk/gtkactiongroup.h : Add some const to the char * in
  GtkActionEntry*.  We're reccomending people pass static strings to
  them, and not freeing them.  This stems to flood of warnings that
  result.
* gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
  temp vars to const to match above.
(gtk_action_group_add_toggle_actions_full) : ditto.
(gtk_action_group_add_radio_actions_full) : ditto.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkaction.c
gtk/gtkactiongroup.c
gtk/gtkactiongroup.h